-
Notifications
You must be signed in to change notification settings - Fork 0
Verifiers page #179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verifiers page #179
Conversation
markshenouda
commented
Dec 10, 2025
Zelig880
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One Small comment
| <style scoped="false"> | ||
| .ccip-chain-hero { | ||
| background: var(--gray-50); | ||
| border-bottom: 1px solid var(--gray-200); | ||
| } | ||
|
|
||
| .ccip-chain-hero__content { | ||
| max-width: 1500px; | ||
| margin: 0 auto; | ||
| padding: var(--space-6x); | ||
| } | ||
|
|
||
| .ccip-chain-hero__top { | ||
| display: flex; | ||
| justify-content: space-between; | ||
| align-items: center; | ||
| gap: var(--space-4x); | ||
| } | ||
|
|
||
| .ccip-chain-hero__chainSearch { | ||
| flex-shrink: 0; | ||
| } | ||
|
|
||
| @media (max-width: 768px) { | ||
| .ccip-chain-hero__top { | ||
| flex-direction: column; | ||
| align-items: stretch; | ||
| gap: var(--space-3x); | ||
| } | ||
| } | ||
|
|
||
| @media (min-width: 992px) { | ||
| .ccip-chain-hero__content { | ||
| padding: var(--space-10x) var(--space-8x); | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know that the Docs has mixed usecase, but if possible change this to use the module architecture and move it out of this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay I used the ChainHero instead by making some lite changes to the component